From: Russell King Date: Mon, 11 Jun 2012 19:24:44 +0000 (+0100) Subject: ARM: MSM: use SGI0 to wake secondary CPUs X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~10643^2^5~15 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=ffae894035a1e0c46869eb81d53ea88ca4eaf2f0;p=linux-4.9.git ARM: MSM: use SGI0 to wake secondary CPUs Signed-off-by: Russell King --- diff --git a/arch/arm/mach-msm/platsmp.c b/arch/arm/mach-msm/platsmp.c index db0117ec55f4..e012dc8391cf 100644 --- a/arch/arm/mach-msm/platsmp.c +++ b/arch/arm/mach-msm/platsmp.c @@ -127,7 +127,7 @@ int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) * the boot monitor to read the system wide flags register, * and branch to the address found there. */ - gic_raise_softirq(cpumask_of(cpu), 1); + gic_raise_softirq(cpumask_of(cpu), 0); timeout = jiffies + (1 * HZ); while (time_before(jiffies, timeout)) {